curl --location --request POST 'https://api.flashcat.cloud/enrichment/mapping/api/create?app_key=<api-key>' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjdjMGM4YmQyLTExOTYtNDlmYS04YzY0LWE0NDE2ODQ4NTUzYSIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc0OTg4ODQ4MCwidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9._S1Isb29viOhHyVrjbwIUjPZnNQXewmb4zftVeqbFpA' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_name": "string",
"team_id": 0,
"url": "string",
"insecure_skip_verify": true,
"headers": {
"property1": "string",
"property2": "string"
},
"timeout": 1,
"retry_count": 0,
"description": "string"
}'