Add online review link
documentedCreate a new online review link for a business.
POST /business/online-review-link/addBusinessesno 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/business/online-review-link/add" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"businessId": {{$business_id}}, "clientId": "{{$client_id}}", "hash": "{{$hash}}", "link": "{{$link}}", "type": "{{$type}}"}'