cURL
curl --request GET \ --url http://localhost:8080/api/workspaces/{id}/schedules/{ref}/default-instructions \ --header 'Authorization: Bearer <token>'
{ "instructions": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response