pub fn create_customer( headers: HeaderMap, body: CreateCustomerRequest, ) -> Result<CreateCustomerResponse, String>