curl --location --request POST 'https://api.cubi.casa/conversion/ticket' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"conversion_type": "t3",
"priority": "fast",
"webhook_url": "https://domain.com/webhook",
"customer_info": {
"text": "Extra information about the scan, instructions for processing.",
"image": [
"https://my-image.png"
]
},
"source_url": [
"https://my-source.zip"
],
"external_id": "any-id",
"address": {
"formatted_address": "123 streetname, City, 12345, State, Country",
"suite": "A1"
},
"linked_ticket": "431ef538-d4b9-465c-b123-d450320128ab"
}'