curl --location --request POST 'https://api.inboxkit.com/v1/api/mailboxes/update' \
--header 'X-Workspace-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "string",
"first_name": "John",
"last_name": "Doe",
"user_name": "john.doe",
"profile_picture": "string",
"tags": [
"string"
]
}'
{
"error": false,
"message": "Mailbox updated successfully"
}