Reseller - Add Funds
/fund
Arguments:
- token (required)
- reseller_id (required)
- amount (required)
Info: This call will allocate a given number of dollars to the resellers "account"
Example Success
{
"code": 200,
"status": "success",
"data": "Successfully allocated funds"
}
Example Error
{
"code": 400,
"status": "error",
"data": "The amount you are attempting to allocate is larger than the amount you have available"
}