{}
curl --location --request POST 'https://mock.apidog.com/m1/1073975-0-default/fsapi/V3/su_cost_center.json' \ --header 'Authorization: ***********************************' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "response": { "err_msg": "", "status": "success", "datas_count": 2, "datas": [ { "sn": "H69", "name": "成本中心C" }, { "sn": "R41", "name": "成本中心C" } ] } }