curl --request POST \
--url https://sandbox.finhub.cloud/api/v2.1/customer/organization/{organizationId}/employee \
--header 'Content-Type: application/json' \
--header 'User-Agent: <user-agent>' \
--header 'X-Forwarded-For: <x-forwarded-for>' \
--header 'X-Forwarded-From: <x-forwarded-from>' \
--header 'X-Tenant-ID: <x-tenant-id>' \
--header 'deviceId: <deviceid>' \
--header 'platform: <platform>' \
--data '
{
"person": {
"firstName": "Jane",
"lastName": "Compliance",
"email": "compliance.20260323@acmecorp.com",
"phoneNumber": "+37061239876",
"dateOfBirth": "1990-03-25",
"nationality": "Lithuania",
"gender": "1",
"fullName": "Jane Compliance"
},
"position": "COMPLIANCE_OFFICER",
"roles": [
"COMPLIANCE_OFFICER",
"TRANSACTION_APPROVER",
"EMPLOYEE",
"ADMIN_USER"
],
"department": "Compliance"
}
'