Convert natural language into SQL queries.
curl --location --request PUT 'https://api.openai.lawrencemcdaniel.com/examples/default-sql-translate' \
--header 'x-api-key: YOUR-API-GATEWAY-KEY' \
--header 'Content-Type: application/json' \
--data '{"Write a SQL query which computes the average total order value for all orders on 2023-04-01."}'