Authorization: Bearer ********************
curl --location --request PATCH 'https://api.tenbyte.io/v1/jobs/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": "completed" }'