curl --location --request POST '/webhooks/19/refresh-secret' \
--header 'Accept: application/json' \
--header 'Accept-Language: {{lang}}' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "Secret refreshed. Store the new secret safely — it will not be shown again.",
"data": {
"plain_secret": "mkH2bJMyKJmZQStcMlUxHsuTdOkGLRAhLPP5JSXK9VYgVhgKAoQAceUN1B7riFN6"
}
}