{
"name": "string",
"on": true,
"with_tail": true,
"del_repeat": true,
"carry_from": "string",
"carry_from_ones": "string",
"carry_to": "string",
"carry_convert": "string",
"white_list": "string",
"black_list": "string",
"cuts": "string",
"replace": "string"
}
curl --location --request POST '/carry' \
--header 'Authorization: Bearer 17e7f7c4-1629-cb0e-8f4d-47f1e248fb04' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"on": true,
"with_tail": true,
"del_repeat": true,
"carry_from": "string",
"carry_from_ones": "string",
"carry_to": "string",
"carry_convert": "string",
"white_list": "string",
"black_list": "string",
"cuts": "string",
"replace": "string"
}'
{}