{
"fcmtoken": "",
"title": "",
"body": ""
}
curl --location --request POST '/fcm_message/fcm_message' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"fcmtoken": "",
"title": "",
"body": ""
}'
{}