Skip to content

Instantly share code, notes, and snippets.

@maltzsama
Created September 4, 2017 13:24
Show Gist options
  • Save maltzsama/66cbaa68ab5c5c553033735e184a0f4c to your computer and use it in GitHub Desktop.
Save maltzsama/66cbaa68ab5c5c553033735e184a0f4c to your computer and use it in GitHub Desktop.
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