{ "corpid": "c123", "third_part_id": "pro_id123" }
curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/project/delete?access_token=dc73axxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "corpid": "c123", "third_part_id": "pro_id123" }'
{ "errcode": 0, "success": true, "module": true, "errmsg": "string" }