curl --request POST \
--url /tenant/v1/properties/search-deed/remote \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}' \
--data '{
"deed_id": 525416008427,
"owner_id": "1061608236",
"date": "1404-09-06"
}'