Skip to content

Instantly share code, notes, and snippets.

@tandevmode
Created January 15, 2020 09:10
Show Gist options
  • Save tandevmode/5bb81121b6315a425d84e783def9a5b5 to your computer and use it in GitHub Desktop.
Save tandevmode/5bb81121b6315a425d84e783def9a5b5 to your computer and use it in GitHub Desktop.
curl -v -X POST https://api.line.me/v2/bot/audienceGroup/imp \
-H 'Authorization: Bearer {channel access token}' \
-H 'Content-Type: application/json' \
-d '{
"description": "podcastEP1Imp",
"requestId": "c90d2f4b-24cc-4cbe-a7f1-d6c..."
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment