curl --request POST \
--url https://app.cardclan.io/api/integration/get-card-url \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"card": "60f7b2b5b8f4a20015a4f5a5",
"integrationId": "60f7b2b5b8f4a20015a4f5a7",
"mergeTags": [
{
"name": "John Doe",
"email": "john@example.com",
"company": "Acme Corp",
"position": "Marketing Manager"
}
]
}
'