curl --location --globoff 'https://api.inboxkit.com/v1/api/domains/assignable?page=undefined&limit=undefined&keyword=undefined&min_mailboxes=undefined&uids={{%24string.uuid}}&uids={{%24string.uuid}}' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"message": "Assignable domains retrieved successfully",
"domains": [
{
"_id": "string",
"name": "example.com",
"assigned_mailboxes": 0
}
],
"total": 0,
"pages": 0,
"current_page": "string",
"limit": "string"
}