Create Inbox
curl --request POST \
--url https://api.jurichat.com/inbox/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"officeId": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"officeId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Inboxes
Create Inbox
Cria uma nova caixa de entrada
POST
/
inbox
/
Create Inbox
curl --request POST \
--url https://api.jurichat.com/inbox/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"officeId": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"officeId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}⌘I