curl --request GET \
--url https://api.iran.liara.ir/v1/projects/{name}/logs \
--header 'Authorization: <api-key>'[
{
"type": "<string>",
"datetime": "<string>",
"message": "<string>"
}
]get logs of app that user owns
curl --request GET \
--url https://api.iran.liara.ir/v1/projects/{name}/logs \
--header 'Authorization: <api-key>'[
{
"type": "<string>",
"datetime": "<string>",
"message": "<string>"
}
]