Authorization: Bearer ********************
curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v1/auth/firebase' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"data": {
"firebase_token": "string"
}
}