curl --request POST \
--url http://localhost:3000/api/v1/config/reload \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"message": "<string>"
}
}curl --request POST \
--url http://localhost:3000/api/v1/config/reload \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"message": "<string>"
}
}