Authorization: Bearer ********************curl --location --request POST '/devices/83834a8c-e587-4703-83e1-764a4a10fe41/set-last-sync' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ios": "1.7.2",
"android": "1.7.0",
"iosCritical": false,
"androidCritical": true
}'{}