7 lines
124 B
ReStructuredText
7 lines
124 B
ReStructuredText
|
|
POST http://localhost:3001/api/persons/
|
||
|
|
Content-Type: application/json
|
||
|
|
|
||
|
|
{
|
||
|
|
"name": "MMMonica",
|
||
|
|
"number": "123-456"
|
||
|
|
}
|