curl --request POST \
--url https://api.bundleup.io/v1/sessions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"integrationId": "<string>",
"externalId": "<string>",
"metadata": {},
"redirectUri": "<string>"
}
'