Authorization: Bearer ********************
{
"app_id": "string",
"build_number": 0
}
curl --location --request POST '/pos/posTerminal/versionUpdated?deviceId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "string",
"build_number": 0
}'
{
"code": "string",
"data": {},
"message": "string"
}