curl --request POST \
--url 'https://api.flashcat.cloud/enrichment/mapping/schema/create?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"schema_name": "<string>",
"source_labels": [
"<string>"
],
"result_labels": [
"<string>"
],
"description": "<string>",
"team_id": 123
}
'