put https://example.com/admin/customers//insurance
Log in to see full request history
Responses
xxxxxxxxxx
curl --request PUT \
--url https://example.com/admin/customers/customer_id/insurance \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
xxxxxxxxxx
{
"message": "The request has been fulfilled and has resulted in a new resource being created"
}