curl --request POST \
--url https://api.getoutbox.ai/settings/transfer \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"agency_id": "<string>"
}
'Transfer company ownership to a different agency
curl --request POST \
--url https://api.getoutbox.ai/settings/transfer \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"agency_id": "<string>"
}
'