POST
/
3
/
account
/
{account_id}
/
favorite
{
  "status_code": 1,
  "status_message": "Success.",
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

Body

application/json

Response

201 - application/json

Mark Favorite

The response is of type object.