Authorization: ********************curl --location --request PUT '/api/v1/device-token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"device_token": {
"fcm_token": "dKJ8f3kL9m:APA91bH...",
"platform": "android"
}
}'{
"success": true,
"data": {
"message": "Device token registered successfully"
}
}