Authorization: Bearer ********************{
"status": 1,
"ent_id":1
}curl --location --request POST '/ldap/status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1,
"ent_id":1
}'{}