TO get your own secret Key : https://platform.openai.com/account/api-keys
{ "question": "Your question goes here" }
curl --location --request POST 'http://localhost:3000/open-api' \
--header 'Content-Type: application/json' \
--data-raw '{"model":"text-davinci-003","prompt":"which is the easiest programming language "}'
Enjoy :)