Authorization: ********************{
"email": "string",
"email_verified": true,
"phone": "string",
"phone_verified": true,
"remark": "string",
"status": "active"
}curl --location --request PUT '/api/admin/client/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"email_verified": true,
"phone": "string",
"phone_verified": true,
"remark": "string",
"status": "active"
}'{
"code": 0,
"data": null,
"message": "string"
}