curl --location --request POST 'https://enterprise-api.writer.com/llm/organization//model//completions' \
--header 'content-type: application/json' \
--data-raw ''
{
"choices": [
{
"text": "string",
"logprobs": {
"tokens": [
"string"
],
"tokenLogprobs": [
0
],
"topLogprobs": [
{
"additionalProp": "string"
}
],
"textOffset": [
0
]
}
}
]
}