create abstract method

Future<Map<String, Object?>> create({
  1. required CreateBody body,
  2. String? authorization,
})

Implementation

Future<Map<String, Object?>> create({
  required CreateBody body,
  String? authorization,
});