curl --request POST \
--url https://api.gleap.io/v3/tickets/{ticketId}/send-to-integration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'project: <project>' \
--data '
{
"integrationType": "<string>",
"integrationId": "<string>"
}
'