curl --location --request POST 'https://api.flashcat.cloud/sourcemap/list?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"services": [
"string"
],
"versions": [
"string"
],
"query": "string",
"p": 1,
"limit": 20,
"start_time": 0,
"end_time": 0,
"orderby": "string",
"asc": "string"
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"key": "string",
"minified_url": "string",
"service": "string",
"version": "string",
"size": 0,
"git_repository_url": "string",
"git_commit_sha": "string",
"created_at": 0,
"updated_at": 0
}
],
"total": 0
}
}