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