{ "email": "usuario@email.com", "password": "senha123456" }
curl --location --request POST 'https://api.dubpay2.com.br/api/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "usuario@email.com", "password": "senha123456" }'
{ "data": { "id": 0, "name": "string", "email": "string", "role": { "id": "string", "name": "string" }, "activated": true, "complete_register": true, "mail_active": true, "zipcode": "string", "analise": "Aprovado" }, "contract": { "id": 0, "description": "string", "user_id": 0, "status": true, "membership_plan_id": 0, "created_at": "string", "updated_at": "string" }, "token_shopify": "string", "token": "string" }