curl --location --request POST 'https://dev.avibra.com/preprod/user/account/create' \
--header 'Idempotency-Key: {{$string.uuid}}' \
--header 'Version: v2' \
--header 'x-api-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstname": "James",
"lastname": "Smith",
"email": "example@email.com",
"zipcode": "10001",
"dob": "2000-03-03",
"partneroffer": "",
"userid": "current10001",
"phone": "1234123412",
"gender": "M",
"address": {
"addline1": "123 Bond Street",
"addline2": "",
"addline3": "",
"city": "NY",
"state": "NY",
"zipcode": "10001"
},
"benefits": [
"life"
]
}'