curl --request POST \
--url https://app.pentest-tools.com/api/v2/targets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data name=example.org \
--data 'description=<string>' \
--data workspace_id=123