curl --request POST \
--url https://api.paylora.org/api/v1/auth/reset_password/current \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"old_password": "oldpassword123",
"new_password": "newpassword123"
}
'