mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-12 02:27:36 -04:00
12 lines
254 B
Bash
Executable File
12 lines
254 B
Bash
Executable File
#!/bin/bash
|
|
|
|
curl -i -X POST 'https://api.compassmeet.com/unsubscribe/7444d88a22214f3fd9f2cb9d042fb3d7c6befab541c35d025149f1b65e886bd4' \
|
|
-X POST \
|
|
-H 'Content-Type: application/x-www-form-urlencoded' \
|
|
--data 'List-Unsubscribe=One-Click'
|
|
|
|
echo
|
|
|
|
|
|
|