Authorization: Bearer ********************
curl --location '/authentication/agent/password/reset' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "tinganjeff@ubupay.ca", "password": "pass123456" }'
{}