Authorization: Bearer ********************
{
"traceId": "0192adee-1d46-7221-b0a7-9a411f124bd5",
"cid": "ff0dfa26-7b37-460c-9af1-4c7a02ae60fd"
}
curl --location --request POST '/location/ask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"traceId": "0192adee-1d46-7221-b0a7-9a411f124bd5",
"cid": "ff0dfa26-7b37-460c-9af1-4c7a02ae60fd"
}'
{}