Request
Example:{
"platform": "WEB",
"ipAddress": "Not found",
"authLocation": "Not found-Not found",
"browserDeviceType": "Chrome macOS",
"browserDeviceVersion": "109.0.0.0",
"user" : "dHJpcmVqZWtpK0IyQzFAZ21haWwuY29t"
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/web/openapi/auth/login' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: text/plain' \
--data-raw '{
"platform": "WEB",
"ipAddress": "Not found",
"authLocation": "Not found-Not found",
"browserDeviceType": "Chrome macOS",
"browserDeviceVersion": "109.0.0.0",
"user" : "dHJpcmVqZWtpK0IyQzFAZ21haWwuY29t"
}'
Responses
application/json Modified at 2024-03-06 02:01:11