x-api-key: ********************{
"fullName": "Mary Jane",
"status": "PENDING"
}curl --location --request PUT '/v1/mailboxes/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"fullName": "Mary Jane",
"status": "PENDING"
}'{
"id": "cmg9l78m8000bla04a6onx0ih",
"username": "Mary",
"fullName": "Mary",
"status": "PENDING",
"createdAt": "2025-10-02T15:45:32.768Z"
}