Authorization: Bearer ********************
{
"constellation": 0,
"datatype": 0,
"deviceId": "string"
}
curl --location --request POST 'http://api.tools.sikey.com.cn/app-api/tools/hisi/agnss' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"constellation": 0,
"datatype": 0,
"deviceId": "string"
}'
{}