curl --location --request POST 'http://prod-cn.your-api-server.com/api/v2/getProductList' \ --header 'key;' \ --header 't;' \ --header 'username;' \ --header 'sign;' \ --header 'Content-Type: application/json'
{ "code": 200, "message": "OK", "data": [ { "id": 1, "name": "美西 UPS Ground CM", "code": "UA" }, { "id": 43, "name": "美西 UPS Ground-CMY", "code": "UW" } ] }