phone, code. On success activates the account and returns JWT tokens.curl --location '/v1/auth/verify-phone' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"access_token": "string",
"refresh_token": "string",
"expires_in": 0,
"token_type": "Bearer"
}