curl --location --request POST '/assistants//prompts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"id": "string",
"content": "Você é um assistente especializado em...",
"assistantId": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}