curl --location -g --request PATCH '/v1/users/customers/{{customerId}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "Melissa" }'
{ "summary": "Success", "value": "" }