username:passwordAuthorization: Basic *****************{
"email": "user@yopmail.com",
"fullName": "user",
"profilePicture": "string",
"deviceId": "string",
"deviceToken": "string",
"socialId": "string",
"name": "string",
"loginType": "GOOGLE",
"socialData": {
"socialId": "String",
"email": "String",
"name": "String",
"profilePicture": "String"
},
"isVerified": true,
"emailVerified": true
}curl --location --request POST '/focus-pilot/api/v1/user/social-signup' \
--header 'api_key;' \
--header 'deviceType;' \
--header 'deviceId;' \
--header 'timeZone;' \
--header 'language;' \
--header 'requestid;' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@yopmail.com",
"fullName": "user",
"profilePicture": "string",
"deviceId": "string",
"deviceToken": "string",
"socialId": "string",
"name": "string",
"loginType": "GOOGLE",
"socialData": {
"socialId": "String",
"email": "String",
"name": "String",
"profilePicture": "String"
},
"isVerified": true,
"emailVerified": true
}'