Authorization: Bearer ********************
curl --location --request GET '/api/front/user/sign/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"createDay": "2019-08-24T14:15:22Z",
"number": 0,
"title": "string"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}