curl --location --request POST 'https://api.explo.co/api/dashboard/screenshot' \ --header 'Content-Type: application/json' \ --header 'Explo-Authorization: Token <token>' \ --data-raw '{ "provided_id": "123", "dashboard_embed_id": "abc123", "email": "[email protected]", "download_file_name": "your_dashboard_screenshot", "export_type": "image", "subject": "Requested Data Export: your_dashboard_screenshot image", "variables": {"example_var": 123} }'
{ "success": 1 }