curl --request POST \
--url https://api-dev.monyfix.tech/devices/add-token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"device_type": "<string>",
"app_version": "<string>",
"os_version": "<string>"
}
'