curl --request GET \
--url '/tenant/v1/units?filters[property][property_name][$contains]=سعيد' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'
Units
List Units
Get a list of all units
GET
/
tenant
/
v1
/
units
curl --request GET \
--url '/tenant/v1/units?filters[property][property_name][$contains]=سعيد' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'

