cURL
curl --request GET \ --url https://xx.xxx.xxx/api/user/projects/{project_id}/instructions \ --header 'Authorization: Bearer <token>'
{ "instructions": "<string>" }
Authorization header with Bearer token
Successful Response