{
"email": "string",
"username": "string",
"password": "string"
}
curl --location --request POST 'https://api.sqabl.com/v1/auth/sign-in' \
--header 'x-auth-provider: google some-provider-token' \
--header 'x-user-device: device-id some-device-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"username": "string",
"password": "string"
}'
{
"data": {
"user": {
"...v2...user": "...props..."
}
}
}