instructions for testing: you can get all of a standard in CSV format from an existing instance with
curl http://127.0.0.1:5000/rest/v1/standard/<standard_name(e.g. ASVS)>\?format\=csv
you can upload your own standard with
curl -X POST http://localhost:5000/rest/v1/cre_csv_import -F "cre_csv=@asvs.csv"
instructions for testing: you can get all of a standard in CSV format from an existing instance with
curl http://127.0.0.1:5000/rest/v1/standard/<standard_name(e.g. ASVS)>\?format\=csv
you can upload your own standard withcurl -X POST http://localhost:5000/rest/v1/cre_csv_import -F "cre_csv=@asvs.csv"