updateOrganization abstract method
- @POST.new('/organization/update')
- @Body.new() required UpdateOrganizationRequest body,
Implementation
@POST('/organization/update')
Future<Result<OrganizationResponse>> updateOrganization({
@Body() required UpdateOrganizationRequest body,
});