Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request POST 'https://www-staging.givve.com//api/customers/61fd05fb18214fc049fb12f8/contact_persons' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test Test",
"email": "test@example.com",
"email_notification": "to"
}'{
"meta": null,
"data": {
"id": "string",
"name": "string",
"email": "string",
"email_notification": "string",
"editable": true
}
}