curl -L \
--request POST \
--url 'https://api.laminar.run/lami/public' \
--header 'Content-Type: application/json' \
--data '{
"language": "text",
"inputJson": "text",
"input": "text",
"existingMessages": [
{
"role": "text",
"content": "text"
}
],
"apiStatus": {
"error": "text"
},
"output": {
"result": "text",
"log": "text"
}
}'