curl --location --request POST '/api/v1/system-manage/apis' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": "0000", "msg": "Created Successfully", "data": { "created_id": 56 } }