POST
/
wallet
/
upgrade
Upgrade Wallet
curl --request POST \
  --url https://nini.monieswitch.com/wallet/upgrade \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Your upgrade request has been sent."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Upgrade Wallet

The response is of type object.