Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 306 Bytes

File metadata and controls

16 lines (13 loc) · 306 Bytes

rest-controller-test-scan

java 11

usage

curl --location --request POST 'http://localhost:8080/user/insert' \
--header 'Content-Type: application/json' \
--data-raw '{
    "firstName": "lior",
    "password": "Aa123456!",
    "email": "koko@domain.com",
    "info": "something funny"
    
}'