This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
curl --header "Content-Type: application/json" \
 | 
					curl --header "Content-Type: application/json" \
 | 
				
			||||||
  --request POST \
 | 
					     --request POST \
 | 
				
			||||||
  --data '{"uuid":"c959ad81-58f9-4445-aab4-8f3d68aee1ad", "ip":"127.1.2.3"}' \
 | 
					     --data '{"uuid":"c959ad81-58f9-4445-aab4-8f3d68aee1ad", "ip":"127.1.2.3"}' \
 | 
				
			||||||
  http://localhost:5000/ip
 | 
					     http://localhost:5000/ip
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user