Hey there Clay Team, I was trying to run an HTTP API with a Linkedin Profile scraper from Apify and continue to get the error "Failed to parse body input"
This is my body
{
"action": "get-profiles",
"keywords": [
"{{Personal LinkedIn URL}}"
],
"isUrl": "true",
"isName": "false",
"limit": 1
}
isUrl & isName are both boolean (don't know if that's important)
LMK I'd love to fix this issue
PS: Error is not present when using Postman