Authorization: ********************curl --location --request GET '/requests/123/interview' \
--header 'Authorization: Bearer <token>'{
"data": {
"conversationId": "ee6e55e8-45fe-4a3e-9bc8-4669f9fdf77a",
"messages": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"role": "user",
"content": "string",
"created_at": "string"
}
],
"isComplete": true,
"gherkinCriteria": "string",
"agentPrompt": "string"
}
}