Authorization: Bearer ********************{
"day": 7,
"point": 10,
"experience": 10,
"status": 1
}curl --location '/admin-api/member/sign-in/config/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"day": 7,
"point": 10,
"experience": 10,
"status": 1
}'{
"code": 0,
"data": 0,
"msg": "string"
}