diff --git a/angular-apis.postman_collection.json b/angular-apis.postman_collection.json new file mode 100644 index 0000000..9a433ce --- /dev/null +++ b/angular-apis.postman_collection.json @@ -0,0 +1,40 @@ +{ + "info": { + "_postman_id": "c9fe41f7-1f45-4620-bc09-8568294d7765", + "name": "angular-apis", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" + }, + "item": [ + { + "name": "Post", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"countryCode\": \"FR\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://127.0.0.1:5000/", + "protocol": "http", + "host": [ + "127", + "0", + "0", + "1" + ], + "port": "5000", + "path": [ + "" + ] + } + }, + "response": [] + } + ] +} \ No newline at end of file