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' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "",
"email": "",
"address": {
"company": "",
"address_line_1": "",
"zip_code": "",
"city": "",
"country_code": ""
}
}'