curl --location --request POST '/api/v1/firebase/notification' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_token": "egYItHErTBurS_-h315ime:APA91bGf3_W4E3fxarjIBGNb5T7gc8mVgWyu2GULX4fJYnXqX0OS5Q0vjhDZa_w4-l4RltfO4E9Rj2OJPXpt-rwVklhEdfeb4rZn-jW-3dJ37zxEwVUwRqad_y--TDo2YIgKF2sSudaQ",
"userId": "63cff046dc3afef278a2ed71"
}'{
"success": true,
"message": "Device successfully added",
"data": {
"userId": "63cff046dc3afef278a2ed71",
"device_token": "egYItHErTBurS_-h315ime:APA91bGf3_W4E3fxarjIBGNb5T7gc8mVgWyu2GULX4fJYnXqX0OS5Q0vjhDZa_w4-l4RltfO4E9Rj2OJPXpt-rwVklhEdfeb4rZn-jW-3dJ37zxEwVUwRqad_y--TDo2YIgKF2sSudaQ",
"_id": "63ecc5719a58e77023168876",
"__v": 0
}
}