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