Authorization: Bearer ********************curl --location --request PUT '/TenantRelationships/block' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 0,
"userId": 0,
"typeId": 0,
"deviceId": "4de4adb9-21ee-47e3-aeb4-8cf8ed6c109a"
}'0