{}
curl --location --request POST 'https://mock.apidog.com/m1/1073975-0-default/fsapi/V3/su_user_titles.json' \ --header 'Authorization: ***********************************' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "response": { "err_msg": "", "status": "success", "datas_count": 7, "datas": [ { "id": "3", "sn": "J5", "name": "經理" }, { "id": "5", "sn": "P3", "name": "課員" } ] } }