curl --location --request POST 'https://app.lucromarket.com.br/api/1.1/wf/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"username":"teste@teste.com",
"password": "@teste123"
}'{
"status": "success",
"response": {
"token": "bus|1771801682539x853685328143550300|1772801629215x783103178500714500",
"user_id": "1771801682539x853685328143550300",
"expires": 31536000
}
}