curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#JIRA_SEARCH_BY_JQL' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "JIRA_SEARCH_BY_JQL",
"parameters": {
"jqlQuery": "<string>",
"paginationParameters": {
"pageCursor": "<string>"
}
}
}'