Authorization: Bearer ********************curl --location --request GET '/TenantServices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"serviceId": 100,
"permissionId": null,
"permissionIdRegexp": null,
"status": null,
"createdAfter": null,
"createdBefore": null,
"updatedAfter": null,
"offset": 0,
"limit": 10,
"deviceId": "77f8ef98-b1ed-5c09-9265-dac9bebfb161"
}'[
{
"rowNo": 0,
"tenantId": 0,
"serviceId": 0,
"permissionId": 0,
"accountTreeId": "string",
"status": 0,
"creatorUserId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatorUserId": 0,
"updatedAt": "2019-08-24T14:15:22.123Z",
"description": null
}
]