{ "status": 1 }
curl --location --request PUT 'http://127.0.0.1:10081/api/v1/api-keys/update-status/1' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": 1 }'
{}