curl --location --request POST 'https://api.inboxkit.com/v1/api/mailboxes/forwarding/update' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uids": [
"string"
],
"forwarding_email": "string"
}'{
"error": false,
"message": "Forwarding update jobs created for 1 mailbox(es)",
"jobs": [
{
"uid": "fwd-c3d4e5f6-g7h8-9012-cdef-gh3456789012",
"mailbox_uid": "mb-123e4567-e89b-12d3-a456-426614174000",
"forwarding_email": "[email protected]",
"action": "update",
"status": "pending",
"created_at": "2025-01-15T11:45:30.000Z"
}
]
}