curl --location --request POST 'https://dev.avibra.com/preprod/user/prefill' \
--header 'Idempotency-Key;' \
--header 'Version;' \
--header 'x-api-key;' \
--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",
"address": {
"addline1": "143 bond street",
"addline2": "",
"addline3": "",
"city": "iselin",
"state": "NJ",
"zipcode": "08830"
}
}'