X-API-Key: ********************curl --location 'https://api.snakk.ai/api/billing/create-payment-link' \
--header 'X-Platform-Admin-Key;' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 990,
"currency": "nok",
"description": "Tilleggsminutter",
"customer_email": "kunde@example.com"
}'{
"url": "https://pay.example.com/link/abc123",
"id": "plink_abc123",
"active": true
}