Xtrempay Api Documentation
Authorization: Bearer ********************{
"userId": 12345,
"deviceId": "83b7-4c21-90f1-6a7db9",
"tokenType": "FCM",
"appId": "com.xtremepay.app"
}curl --location --request POST 'https://mock.apidog.com/m1/918700-0-default/v1/devices/deactivate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 12345,
"deviceId": "83b7-4c21-90f1-6a7db9",
"tokenType": "FCM",
"appId": "com.xtremepay.app"
}'