Authorization: Bearer ********************{
"secret_name": "string",
"expiration_date": "20-Jun-2025"
}curl --location 'https://gateway-sandbox.balad.tech/core/v1/developer/secrets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"secret_name": "string",
"expiration_date": "20-Jun-2025"
}'{
"data": {
"id": 10,
"client_id": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"secret_value": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"expiration_date": "19-Jun-2025 09:00 PM"
},
"errors": null
}