When interacting with the API, all requests should be made with the Content-Type: application/json header, and the responses will also be provided in JSON. This ensures a consistent and straightforward format for data exchange, making it easier to parse and process responses within your application. If you are using our official SDKs, it will handle these details for you, providing clean objects for easy manipulation.