{
"client_id" : "59bcabfd-0f76-4026-a7f1-084f22c9bc0f",
"login_target" : "ws",
"secret" : "xsLnPyi8!cjnp$tPx7lboqfBBI6CeSoj"
}
curl --location --request POST '/clients/login' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id" : "59bcabfd-0f76-4026-a7f1-084f22c9bc0f",
"login_target" : "ws",
"secret" : "xsLnPyi8!cjnp$tPx7lboqfBBI6CeSoj"
}'
{
"endpoint": "wss://ws.sunlogin.oray.com/ws",
"client_auth": {
"client_id": "59bcabfd-0f76-4026-a7f1-084f22c9bc0f",
"auth": "@23cbz0oJV#KM,GQL5PdV,YkRzcGp9Pn",
"expire_ttl": 900
}
}