curl --location --request GET '/applications/brands-models' \ --header 'Authorization: Bearer {{token}}'
{ "code": 200, "message": "获取品牌和型号信息成功", "data": [ { "brand": "string", "model": "string" } ] }