POST /api/v1/IndividualPaymentMethod/{id}/card
Please provide IndividualId as {Id}
Request
{
  "cardNumber": "string",
  "cardAlias": "string",
  "cardHolderName": "string",
  "cardType": "any string value",
  "cvvOrCvcCode": "integer",
  "validityMonth": "2 Digit Month Number",
  "validityYear": "4 Digit Year Number"
}
Response
Status Codes
- Status Code 200, If all good
 - Status Code 400 with Error Messages in case of Bad Input
 - Status Code 500 with No Error Message in case of Server Failure