curl --location -g --request PUT 'https://uat-lb.simplifipay.com/v1/user/' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "john.smith",
"firstName": "John",
"middleName": "M",
"lastName": "Smith",
"gender": "MALE",
"userDetail": {
"cardProgramUuid": "a0f07d6c-d6e8-4bda-9dcc-f64fb3a720f6",
"dob": "2025-02-28 13:31:00",
"roleName": "CUSTOMER",
"position": "Employee"
},
"address": {
"addressType": "PRIMARY",
"streetAddress": "string",
"address2": "string",
"cityCode": "string",
"stateCode": "string",
"countryCode": "string",
"postalCode": "string"
},
"contacts": [
{
"contactType": "PHONE",
"contactValue": "+971123456789, john.smit@simplifipay.com"
}
]
}'
{
"username": "john.smith",
"firstName": "John",
"middleName": "M",
"lastName": "Smith",
"gender": "MALE",
"userDetail": {
"cardProgramUuid": "a0f07d6c-d6e8-4bda-9dcc-f64fb3a720f6",
"dob": "2025-02-28 13:31:00",
"roleName": "CUSTOMER",
"position": "Employee"
},
"address": {
"addressType": "PRIMARY",
"streetAddress": "string",
"address2": "string",
"cityCode": "string",
"stateCode": "string",
"countryCode": "string",
"postalCode": "string"
},
"contacts": [
{
"contactType": "PHONE",
"contactValue": "+971123456789, john.smit@simplifipay.com"
}
]
}