{
"current_credits": "8.25 USD",
"current_raw_credits": 8.25,
"target_current_credits": "2.25 USD",
"target_current_raw_credits": 2.25,
"currency": "USD"
}
{
"status": false,
"error": "USER_NOT_FOUND",
"message": "User not found!"
}
{
"status": false,
"error": "TARGET_USER_NOT_FOUND",
"message": "Target user not found!"
}
{
"status": false,
"error": "INVALID_TARGET",
"message": "You can't send credits to yourself!"
}
{
"status": false,
"error": "INVALID_AMOUNT",
"message": "You can't send less than 0.01!"
}
{
"status": false,
"error": "NOT_ENOUGH_CREDITS",
"message": "This user doesn't have enough credits to remove this amount!"
}