curl --location --request POST 'https://api.tickerhub.com.br/v1/rules/create' \
--header 'Authorization;' \
--header 'Content-Type: text/plain' \
--data-raw '{
"ticker": "MDIA3",
"target": "1",
"trigger_type": "acima",
"calc_method": "fixed",
"uuid": "email@email.com",
"channel": "webhook",
"webhook_url": "http://url.com"
}'{}