Created
September 4, 2017 13:24
-
-
Save maltzsama/66cbaa68ab5c5c553033735e184a0f4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -H "Content-Type: application/json" -X POST \ | |
-d '{ | |
"username": "mltz", | |
"password": "@123qwer", | |
"person": { | |
"nome": "Nelson Mota", | |
"data_nascimento": "1988-05-09", | |
"email": "[email protected]", | |
"peso": 80, | |
"altura": 1.65, | |
"sexo": "M", | |
"numero": "04", | |
"complemento": "Rua", | |
"cep": "69090240", | |
"estado": "Amazonas", | |
"cpf": "88270378291", | |
"rg": "1851415-4", | |
"telefone": "991206322", | |
"cidade": "Manaus" | |
} | |
}' \ | |
http://173.236.199.226/app/reprogramese/users/add.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment