curl --location --request POST 'https://api.explo.co/api/publish/' \ --header 'Content-Type: application/json' \ --header 'Explo-Authorization: Token <token>' --data-raw '{ "embed_id": "123", "resource_type": "report", "environment": "production", "version_number": 15 }'
{ "success": 1 }