curl --location --request PATCH 'https://dev-api.inwantaiwan.com/api/cms/v1/admin/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"role": "string",
"status": "string"
}'
{
"data": {}
}