Authorization: Bearer ********************
{
"traceId": "0192adee-1d46-7221-b0a7-9a411f124bd5",
"deviceId": "ff0dfa267b37460c9a4c7a02ae60fd"
}
curl --location --request POST '/hmd-wx/api/v2/locatectx/location/app/ask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"traceId": "0192adee-1d46-7221-b0a7-9a411f124bd5",
"deviceId": "ff0dfa267b37460c9a4c7a02ae60fd"
}'
{}