{
"id": 1,
"field": "status",
"value": 1
}curl --location --request POST '/adminapi/recharge.package/status' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"field": "status",
"value": 1
}'{}