curl --request POST \
--url https://{api_endpoint}/api/v1/integration/slack \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"access_code": "<string>",
"agent_id": "<string>",
"environment_id": "<string>",
"app_id": "<string>",
"redirect_uri": "<string>"
}
'