curl --location -g --request PUT 'http:///V1/customers/me/password' \ --header 'Content-Type: application/json' \ --data-raw '{ "currentPassword": "string", "newPassword": "string" }'
true