{
"status": "accepted"
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/user/invites/' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "accepted"
}'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}