import {restPost} from "@/rest/restConsumer.js"; export async function postPayment(payment){ return restPost("/payment", payment) }