POST
curl -i -X POST \
https://acc-trading.etpa.nl/public-api/1.0/electricity/gopacs-orderbook/status/lock \
-H 'Content-Type: application/json' \
-H 'api_key: YOUR_API_KEY_HERE' \
-d '[
"string"
]'Response
{ "locked": [ "string" ], "failed": [ "string" ], "lockedByTimeStamp": 1704070000000 }