curl --request POST \
--url http://localhost:8080/auth/token \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '
{
"phone_country_code": "+91",
"phone_number": "<string>",
"platform_id": "<string>"
}
'{
"access_token": "<string>",
"user_id": "<string>"
}curl --request POST \
--url http://localhost:8080/auth/token \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '
{
"phone_country_code": "+91",
"phone_number": "<string>",
"platform_id": "<string>"
}
'{
"access_token": "<string>",
"user_id": "<string>"
}