ContentType:
    | "text/plain"
    | "application/json"
    | "application/x-www-form-url-encoded"
    | "multipart/form-data"
    | "*/*"
    | string & {}

List of supported content media types.