1
2
3
export function myApi(data) {
return "hi " + data.name;
}