{ "rq": { "thirdpart_id": "abcefg", "corpid": "corp1", "cost_center_id": "12345" } }
curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/cost/center/transfer?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "rq": { "thirdpart_id": "abcefg", "corpid": "corp1", "cost_center_id": "12345" } }'
{ "success": true, "errcode": 0, "errmsg": "string" }