cURL
curl --request POST \ --url http://localhost:8000/api/queries/{id}/execute \ --header 'Authorization: Bearer <token>'
JWT token from login. Use: Authorization: Bearer <token>
Execution started