curl --location --request POST 'https://api.falken.ltd/api/user/password/change' \ --header 'Content-Type: application/json' \ --data-raw '{ "currentPassword": "string", "newPassword": "string" }'
Authorization: Bearer ********************