Default headers for HTTP POST requests, indicating JSON content.
static const Map<String, String> defaultPostHeaders = { 'Content-Type': 'application/json' };