curl --request DELETE \
--url https://apigw.bienport.com/api/resource/user/delete \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--header 'OrganizationId: <organizationid>' \
--data '
{
"resourceId": 549706,
"userId": 20199
}
'