{}
curl --location --request POST 'https://mock.apidog.com/m1/1073975-0-default/fsapi/V3/su_education_types.json' \ --header 'Authorization: ***********************************' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "response": { "err_msg": "", "status": "success", "datas_count": 2, "datas": [ { "name": "'學士'", "code": "10" }, { "name": "'專科'", "code": "06" } ] } }