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