{
"email": "budianti@gmail.com",
"password": "Persada4321@"
}
curl --location --request POST 'https://service.engauge.dlabstech.io/rest/admin/open/auth/login' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "budianti@gmail.com",
"password": "Persada4321@"
}'
{}