{
"key": "version",
"value": null
}curl --location --request POST '/api/v1/setting' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "version",
"value": null
}'{
"code": 0,
"msg": "ok",
"data": [
{
"id": "string",
"key": "string",
"value": null,
"createdAt": 0,
"updatedAt": 0
}
]
}