{ "hiveId": 0, "boxId": 0, "beesIn": 0, "beesOut": 0 }
curl --location -g --request POST '/entrance/v1/movement?api_token={{api_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "hiveId": 0, "boxId": 0, "beesIn": 0, "beesOut": 0 }'
OK