Set the progress on a submission
curl --request POST \ --url https://www.artilla.ai/api/v1/submission/{submissionId}/progress \ --header 'Content-Type: application/json' \ --data '{ "text": "<string>", "progressPercent": 50 }'
{ "success": true, "message": "<string>" }
This is your JWT tolen
A valid API key
0 <= x <= 100