Authorization: ********************{
"deviceType": "string"
}curl --location 'https://mettahub.mettaxiot.com/gps/v2/openapi/device/type/info' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"deviceType": "string"
}'{
"code": 0,
"data": {
"typeName": "string",
"typeCode": "string",
"typeVersion": "string",
"tripType": "string",
"accType": 0,
"chargeType": 0,
"extendType": 0,
"extendCount": 0
},
"msg": "string"
}