curl --request POST \
--url http://localhost:3000/v2/BulkListUnlock \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"request_metadata": {}
}
'{
"status": "ok",
"unlockuuid": "<string>"
}Creates an unlock mechanism for bulk list operations
curl --request POST \
--url http://localhost:3000/v2/BulkListUnlock \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"request_metadata": {}
}
'{
"status": "ok",
"unlockuuid": "<string>"
}