Authorization: ********************
{
"id": 0
}
curl --location --request DELETE '/management/user-account-request/deleteById' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"id": 0
}'
{
"code": "string",
"msg": "string",
"data": 0,
"stackTraceMsg": "string"
}