curl --location --request POST '/v1/image/completions' \ --header 'Authorization: Bearer refresh_token,requrest_url,ChatGPT-Account-ID' \ --header 'Content-Type: text/plain' \ --data-raw '{ "model": "gpt-4-s", "prompt": "A cute baby sea otter" }'
{}