curl --request POST \
--url https://api.modelbeam.srv1069417.hstgr.cloud/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>"
}
'