curl --location --request GET '/v2/logistic/firms' \ --header 'Content-Type: application/json'
{ "code": 0, "msg": "string", "data": [ { "name": "string", "code": "string" } ] }