Usuários
Last updated
Last updated
GET /user/list HTTP/1.1
Host: apis.trendmulti.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"name": "text",
"email": "text",
"image": "text"
}
]GET /user/{id} HTTP/1.1
Host: apis.trendmulti.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"name": "text",
"email": "text",
"image": "text"
}