{
"deviceId": "51",
"orientation": 37
}
curl --location --request POST '/openapi/adjustScreenOrientation' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "51",
"orientation": 37
}'
{"code":0,"data":{"orientation":1,"screenWidth":750,"screenHeight":1334}}