curl --request POST \
--url http://localhost:3000/v2/PolicyUpdate \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"policyid": 123,
"policyname": "<string>",
"policydesc": "<string>",
"policy": {},
"request_metadata": {}
}
'