Authorization: Bearer ********************{
"model": "string",
"input": "string",
"dimensions": 0
}curl --location --request POST 'https://api.key4u.shop/v1/embeddings' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"input": "string",
"dimensions": 0
}'{}