curl --location --request GET 'https://api.laf.run/v1/function-templates//used-by?asc&page&pageSize'
{
"error": "string",
"data": {
"list": [
{
"uid": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}