curl --request POST \
--url https://test.didxtech.com/me-creds/api/credentials/revoke \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"cm7d9cq5600pwk3zq3kmpg8uc",
"cm7d9cq5600pzk3zq9wzxxtc3"
]
}
'curl --request POST \
--url https://test.didxtech.com/me-creds/api/credentials/revoke \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"cm7d9cq5600pwk3zq3kmpg8uc",
"cm7d9cq5600pzk3zq9wzxxtc3"
]
}
'