RESTPostAPITipBody: {
    amount: APICoin;
    recipient: string;
    service: APIService;
} | {
    amount: APICoin;
    recipients: string[];
    service: APIService;
}