curl --location --request GET '/carry' \
--header 'Authorization: Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1'
{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"name": "string",
"on": true,
"with_tail": true,
"del_repeat": true,
"carry_from": "string",
"carry_from_ones": "string",
"carry_to": "string",
"carry_convert": true,
"white_list": "string",
"black_list": "string",
"reg_chose": "string",
"cuts": "string",
"replace": "string"
}
]
}