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