curl --location --request POST 'https://api.flashcat.cloud/enrichment/mapping/api/list?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"error": {
"code": "string",
"message": "string"
},
"data": {
"items": [
{
"api_id": "string",
"api_name": "string",
"team_id": 0,
"url": "string",
"insecure_skip_verify": true,
"headers": {
"Authorization": "string",
"Accept": "string",
"User-Agent": "string"
},
"timeout": 1,
"retry_count": 0,
"description": "string"
}
],
"total": 0
}
}