cURL
curl --request POST \ --url https://sandbox.killb.app/api/v2/backoffice/role-snapshots \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "roleId": "<string>", "changeType": "create", "reason": "<string>" } '
{ "id": "<string>", "roleId": "<string>", "roleName": "<string>", "snapshotData": {}, "changeType": "create", "changedBy": "<string>", "reason": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
The access token received from the authorization server in the OAuth 2.0 flow.
create
update
delete