- using DALL-E api to send 1st request and get the status (notRunning) and operation_id.
- send 2nd request using this operation_id.
GET {endpoint}/openai/operations/images/{operation-id}?api-version=2023-06-01-preview -h content-type: xxx -h api-key: xxx
- 2nd response will have status (succeeded) and url (image).
- replace \u0026 with &