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