Authorization: Bearer ********************curl --location --request DELETE 'https://v1.dev.bukalombok.com/v1/fcm/unregister' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fcmToken": "d8nXTmij297na5mjAQn1Fu:APA91bHu8_cpEDo5IZ-r4u-93oVvhL60WhPRm2zdwFb0h7BFDDpOTFm9kpL80HjVQJZC9L5J0GShzHkl8RI1iWefHn6CjQxVeY7hzF4c5PBs3pNBF0VdhB8"
}'{
"meta": {
"success": true,
"status": 0,
"message": "string"
},
"data": {}
}