{
"access_key": "string",
"secret_key": "string"
}curl --location --request POST '/open/auth/login' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_key": "string",
"secret_key": "string"
}'{}