curl --location -g --request POST 'https://athathi.mgahed.com/api/{{locale}}/social/login' \
--header 'Accept: application/json' \
--header 'Content-Type: text/plain' \
--data-raw '{
"provider": "google",
"token": "your_oauth_token",
"type": "client"
}'{}