{ "apiKey": "string", "apiSecret": "string" }
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/system/createToken' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "apiKey": "string", "apiSecret": "string" }'
{ "code": 0, "data": "", "msg": "" }