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