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