Authorization: Bearer ********************curl --location --request POST '/devices/app-version' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ios": "2.2.3",
"android": "2.2.3",
"iosCritical": true,
"androidCritical": true
}'{}