{ "type": "string", "status": "string" }
curl --location --request POST 'https://Example-Server.com/be/v1/commit' \ --header 'x-rockit-beauth-token: {{_edge_org_admin_beauth_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "string", "status": "string" }'
{}