... | ... | @@ -26,7 +26,22 @@ Nenhum payload esperado |
|
|
msg: "Success",
|
|
|
students: [
|
|
|
{
|
|
|
|
|
|
name: "str",
|
|
|
idade: 26,
|
|
|
email: "str",
|
|
|
semester: 5,
|
|
|
course: "str",
|
|
|
description: "str",
|
|
|
lattersURL: "str",
|
|
|
experiences: [
|
|
|
{
|
|
|
name: "str",
|
|
|
role: "str",
|
|
|
location: "str",
|
|
|
from: datetime,
|
|
|
to: datetime
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
...
|
|
|
]
|
... | ... | @@ -74,7 +89,22 @@ Nenhum payload esperado |
|
|
status: 200,
|
|
|
msg: "Success",
|
|
|
student: {
|
|
|
|
|
|
name: "str",
|
|
|
idade: 26,
|
|
|
email: "str",
|
|
|
semester: 5,
|
|
|
course: "str",
|
|
|
description: "str",
|
|
|
lattersURL: "str",
|
|
|
experiences: [
|
|
|
{
|
|
|
name: "str",
|
|
|
role: "str",
|
|
|
location: "str",
|
|
|
from: datetime,
|
|
|
to: datetime
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
```
|
... | ... | |