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