curl --request POST \
--url http://localhost:3000/v2/BulkListAllUserRequests \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"unlockuuid": "<string>",
"offset": 0,
"limit": 10,
"request_metadata": {}
}
'