curl --location --request POST 'https://ai.thrust.com.br/api/AI/Embedding' \
--header 'Content-Type: application/json' \
--data-raw '{
"Prompt": "string"
}'{
"data": [
{
"embedding": {
"Length": 0,
"IsEmpty": true,
"Span": {
"Length": 0,
"IsEmpty": true
}
}
}
]
}