curl --request POST \
--url https://api.example.com/v1/slack/answer \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"token": "<string>",
"team_id": "<string>",
"context_team_id": "<string>",
"context_enterprise_id": "<string>",
"api_app_id": "<string>",
"event_id": "<string>",
"event_time": "<string>",
"event_context": "<string>",
"is_ext_shared_channel": true,
"challenge": "<string>"
}
'