Module that defines a struct which contains HTTP configuration for the CommCare API.
t() :: %CommcareAPI.Config{ api_token: String.t(), client: module(), http_client: module(), user_id: String.t(), username: String.t() }