curl --location --request POST 'https://api.ai21.com/studio/v1/answer' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": "string",
"question": "string"
}'
{
"answerInContext": true,
"answer": "Koalas eat the leaves of Eucalyptus trees."
}