curl --request POST \
--url https://sandbox-api.cardcore.cloud/util/cards/import \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"realId": "9511139210001000",
"active": true,
"startDate": "2025-04-24",
"endDate": "2028-04-30",
"firstName": "KADAVRA",
"lastName": "CARD",
"middleName": "TEST",
"email": "[email protected]",
"address1": "43 Ademola Adetokunbo",
"address2": "Wuse II",
"city": "Abuja",
"state": "FCT",
"zip": "100001",
"country": "Nigeria",
"birthDate": "1990-01-01",
"phone": "2348061996040",
"institutionId": "00000000001",
"card": {
"expiration": "202804",
"serviceCode": "601",
"cardProduct": "AfriGoPCard",
"embossingName": "KADAVRA CARD",
"defaultPIN": "XXXX",
"bin": "5640325100",
"cardState": "active"
},
"returnSecure": true
}
'