patch https://api-sandbox.branddrive.co/api/v1/customer/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request PATCH \
--url https://api-sandbox.branddrive.co/api/v1/customer/customerId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data @- <<EOF
{
"lastname": "customer's last name"
}
EOF
Try It!
to start a request and see the response here! Or choose an example: