curl --location -g --request GET 'https://app-dev.jollor.com/api/public/v1/agencies/{{agency_id}}/projects' \
--header 'Content-Type: application/json'
[
{
"id": "612cc9931d1652451ef2e6d0",
"name": "Dabe",
"_links": {
"self": {
"href": "/public/v1/projects/612cc9931d1652451ef2e6d0"
}
}
}
]