Authorization: Bearer ********************{
"isEnabled": true
}curl --location --request PUT 'https://ckbapi.quwanzhi.com/v2/store/agent/modules//status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"isEnabled": true
}'{}