I’m not able to make a PUT using the WEB element. He says he has an invalid body.
This is my block
Request example from Airtable
EXAMPLE REQUEST
curl -v -X PUT https://api.airtable.com/v0/***************/Sellers/recG5j8tu5RyCqXuz \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
--data '{
"fields": {
"Name": "Joe",
"Phone": "9494949494"
}
}'