curl --location --request POST 'https://aigc.oagi.com.cn/v1/chat/completions?Authorization=Authorization: Bearer ********************' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'X-Forwarded-Host: localhost:5173' \
--form 'model=""' \
--form 'messages=""'{}