{ "request": { "method": "POST", "url": "https://api.sorsa.io/v3/check-follow", "headers": { "ApiKey": "YOUR_API_KEY", "Content-Type": "application/json" }, "body": { "user_1": { "username": "SorsaApp" }, "user_2": { "username": "elonmusk" } } }, "response": { "status": 200, "body": { "follow": false } } }