curl --location -g --request POST 'https://sandbox.api.trustic.com.br/antifraud/v1/signatures/documents/{{document}}/signers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"person_key": "{{person}}",
"signer_type": "party",
"redirect_url": "http://google.com",
"webhook_url": "https://webhook.site/"
}'
{}