curl --request POST \
--url https://api.example.com/admin/word/rule/clone \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"toWordId": 123,
"fromWordId": 123
}
'{
"success": true,
"data": "<unknown>"
}Create a Clone word rule.
curl --request POST \
--url https://api.example.com/admin/word/rule/clone \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"toWordId": 123,
"fromWordId": 123
}
'{
"success": true,
"data": "<unknown>"
}