curl --location --request GET '/assistants//prompts' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"content": "string",
"assistantId": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"page": 0,
"limit": 0
}