Authorization: Bearer ********************
{ "model": "text-embedding-3-small", "input": "The food was delicious." }
curl --location --request POST '/embeddings' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "text-embedding-3-small", "input": "The food was delicious." }'