curl --location --request POST 'https://service.engauge.odyssey.co.id/rest/web/open/auth/login' \
--header 'Accept: application/json' \
--header 'Content-Type: text/plain' \
--data-raw '{
"email": "hidekijawashu@gmail.com",
"password": "9408005652"
}'
{}