TODO: Resource-level docs
Create a new Interaction.
POST
/v1/Interactions
curl \
--request POST 'https://flex-api.twilio.com/v1/Interactions' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded"
Response examples (201)
{
"links": {},
"sid": "string",
"url": "https://example.com"
}