{ "type": 2, "name": "武汉市景区倾斜摄影" }
curl --location 'http://127.0.0.1:7760/api/public/project/get-id-by-name' \ --header 'Authorization: {{api_key}}' \ --header 'Content-Type: application/json' \ --data '{ "type": 2, "name": "武汉市景区倾斜摄影" }'
{ "code": 0, "msg": "OK", "data": { "id": "238859074060290", "type": 1, "name": "武汉市房屋建筑" } }