curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/auth/login \
--header 'Content-Type: application/json' \
--data '
{
"uid": "<string>",
"fcm": "<string>"
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/auth/login \
--header 'Content-Type: application/json' \
--data '
{
"uid": "<string>",
"fcm": "<string>"
}
'