curl --request POST \
--url http://localhost:8000/api/v1/client/txt2embedding \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": "<string>",
"model": "Bge_M3_FP16",
"return_result_in_response": true,
"webhook_url": "<string>"
}
'