{
"name": "string",
"description": "string",
"methods": [
"GET"
],
"code": "string",
"tags": [
"string"
]
}
curl --location --request POST 'https://api.laf.run/v1/apps//functions' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"methods": [
"GET"
],
"code": "string",
"tags": [
"string"
]
}'
{
"error": "string",
"data": {}
}