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