curl --location --request POST 'https://dev.avibra.com/preprod/user/prefill' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"firstname": "Ivah",
"lastname": "Stokes",
"email": "abc123@yahoo.com",
"zipcode": "08830",
"dob": "2022-01-02",
"userid": "current10001",
"phone": "7326921234",
"gender": "M"
}
]'"Successful"