Update manager
documentedUpdate a user's manager data.
POST /user/manager/updateUsersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.gatherup.com/api/user/update-managed-businesses" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"userId": {{$user_id}}, "businessId1": {{$businessId1}}, "businessId2": {{$businessId2}}, "businessId3": {{$businessId3}}, "clientId": "{{$client_id}}"}'