curl --location --request POST '/v1/chat/completions' \ --header 'Authorization: Bearer refresh_token,requrest_url,ChatGPT-Account-ID' \ --header 'Content-Type: text/plain' \ --data-raw '{ "stream":false, "model":"gpt-4-mobile", "messages": [{"role": "user", "content": "画个帅哥"}] }'
{}