POST

PATH

/subscription/update

BODY

{
  id: string;
  title: string;
  description: string;
  token: string;
  price: string;
  days: string;
  newtwork: string;
}

Last updated