curl --request POST \
--url https://waas-card-middleware-api-prod.embedly.ng/api/v1/cards/afrigo/reset-card-pin \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"accountNumber": "<string>",
"cardNumber": "<string>",
"pin": "<string>"
}
'