X-API-Key: ********************
curl --location --request PUT '/users/me/change-password' \ --header 'X-API-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "currentPassword": "string", "newPassword": "stringst" }'