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