curl --location --request PUT '/api/reports/sites//gpt-config' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "gpt-4-turbo", "temperature": 0, "max_tokens": 0, "response_format": "string" }'