Authorization: Bearer ********************
{
"email": "string",
"password": "string"
}
curl --location --request POST '/oauth' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string"
}'
{
"data": {
"token": null,
"token_painel": null,
"nome": null,
"id": null,
"id_group": null,
"codigo_cliente": null,
"empresa": null,
"url": null,
"url_fazerpedido": null,
"logo_marca": null,
"permissoes": null
},
"tipo_auth": 1,
"status": true
}