{ "meta": { "name": "Auto-Link Unlinked Books", "type": "http" }, "req": { "url": "{{baseUrl}}/sync/auto-link-books", "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{authToken}}" } ], "body": { "confidence_threshold": 0.8, "limit": 50 } } }