curl --location --request POST 'https://apiv3.imocha.io/v3/accounts/user/update' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"businessunitId": 0
}'
{
"email": "string",
"fullName": "string",
"businessunitId": 0,
"status": null
}