curl --request GET \
--url http://api.stuut.ai/v1/call-agent-scenarios/{call_agent_scenario_id} \
--header 'Authorization: Bearer <token>'{
"object": "<string>",
"response": "<string>",
"scenario": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url http://api.stuut.ai/v1/call-agent-scenarios/{call_agent_scenario_id} \
--header 'Authorization: Bearer <token>'{
"object": "<string>",
"response": "<string>",
"scenario": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.