Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/fcm/test' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Test notification",
"message": "Test test"
}'{
"meta": {
"success": true,
"status": 0,
"message": "string"
},
"data": {}
}