-X POST "{URL}/api/CustomerAccount/ValidateOtpAndGeneratePartnershipAccount"
-H "Content-Type: application/json"
-H "x-api-key": {to be provided by the bank}
-d {
"phoneNumber": "string",
"otp": "string",
"trackingId": "string"
}