username:passwordAuthorization: Basic *****************curl --location 'https://apil.glowmarkt.com/eligibility/checksmetsmpxn' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"mpxn": "1234567890123"
}'{
"valid": true
}