Authorization: Bearer ********************
{ "secret_id": 90 }
curl --location 'https://gateway-sandbox.balad.tech/core/v1/developer/secrets/delete' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "secret_id": 90 }'
{ "data": null, "errors": null }