curl --request POST \
--url https://api.dooki.com.br/v2/{alias}/content/redirects \
--header 'Content-Type: application/json' \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>' \
--data '
{
"id": 123,
"url_from": "/old-page",
"url_to": "/new-page"
}
'