const data = await ctx.modules.currency.adjustBalance({
  // Request body
});

Public

No

Request

const data = await ctx.modules.currency.adjustBalance({
  // Request body
});

Request

Object containing the following properties:
PropertyType
userId (*)string
amount (*)number
(*) Required.

Response

Response

Object containing the following properties:
PropertyType
updatedBalance (*)number
(*) Required.