curl --request POST \
--url https://pria.praxislxp.com/user/bulk/action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"type": "upload",
"action": "delete",
"target": "<string>"
}
'