curl --location --request POST '/authentication/agent/otp/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "tinganjeff@ubupay.ca",
"otp_type": "PIN_RESET"
}'{
"status": "success",
"message": "OTP sent successfully"
}