Fund a User
/fund
Full Url:
Arguments:
- token (required)
- ruser_id (required)
- amount (required)
Info: This call will allocate a given number of dollars to the user's account.
Example Success
{
"code": 200,
"status": "success",
"data": "Successfully allocated funds"
}