[
{
"name": "string",
"spec": "string"
}
]
curl --location --request PATCH 'https://api.laf.run/v1/apps//dependencies' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "string",
"spec": "string"
}
]'
{
"error": "string",
"data": {}
}