curl --location --request POST 'https://slack.com/api/calls.add' \
--header 'token;' \
--data-urlencode 'external_unique_id=' \
--data-urlencode 'join_url='
{
"ok": true
}
calls:write
created_by
field is optional and defaults to the authed user of the token. Otherwise, the field is required.