curl --request POST \
--url https://services.prod.pagosapi.com/toucan/tokens/tokenize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"accountNumber": "1234123412341234",
"expirationDate": {
"year": "<string>",
"month": "<string>"
},
"cvv2": "<string>",
"accountHolder": {
"name": "<string>",
"address": {
"line1": "<string>",
"line2": "<string>",
"line3": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"postalCode": "<string>"
}
},
"metadata": "<string>"
}'