curl --location --request PATCH '/api/v1/system-manage/apis/' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": "0000", "msg": "Update Successfully", "data": { "updated_id": 1 } }