curl --location --request POST 'https://apiv3.imocha.io/v3/accounts/user/create' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "string",
    "fullName": "string",
    "businessunitId": 0
}'{
  "email": "[email protected]",
  "fullName": "Test User",
  "businessunitId": 164373
}