export function isJSON(contentType: string) { return contentType.includes('application/json'); }