{
"deviceId": "51",
"orientation": 37
}
curl --location --request POST '/openapi/getOrientation' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "51",
"orientation": 37
}'
{
"code": 0,
"data": 0,
"msg": "string"
}