Authorization: Bearer ********************{
"deleted": [
4
]
}curl --location --request POST '/company/archive-company/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deleted": [
4
]
}'{}