curl -L \
--request POST \
--url 'https://api.laminar.run/lami/direct' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"messages": [
{
"role": "text",
"content": "text"
}
],
"system": "text",
"temperature": 1,
"maxTokens": 1
}'