curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SHOPIFY_GET_ABANDONED_CARTS' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "SHOPIFY_GET_ABANDONED_CARTS",
"parameters": {
"createdWithInLast-left": "minutes",
"createdWithInLast-right": "<string>",
"createdAfterId": "<string>",
"status": "open",
"createdAtMin": "<string>",
"createdAtMax": "<string>",
"limit": "<string>"
}
}
'