Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/voucher_owners/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "string",
"title": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"phone_number": "string",
"address_line_1": "string",
"address_line_2": "string",
"zip_code": "string",
"city": "string",
"country_code": "string",
"language_code": "string",
"nc_load": true,
"notification_categories": [
"txn-push"
],
"password": "string",
"accept_terms": true,
"accept_advertisement": true
}'{
"meta": null,
"data": {
"id": "string",
"identifier": null,
"title": null,
"name": null,
"first_name": "string",
"last_name": "string",
"email": null,
"pending_email": null,
"pending_email_expires_at": null,
"address_line_1": null,
"address_line_2": null,
"zip_code": null,
"city": null,
"country_code": null,
"property1": "string",
"property2": "string",
"vouchers": [
null
]
}
}