curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v2/auth/login/sns' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "fdkfkdfkdkf",
"provider": "facebook",
"name": "mamank",
"email": "mamank@mail.com"
}'
{
"data": {
"token": "string"
}
}