{
"accessKeyId": "a11ad0f8-ef6d-4dc3-aa49-42fbf29bf2ac",
"accessKeySecret": "NzcxZjljMmUtZDM5Ni00OGM5LWJiMjItYmQ0OWZhMDI2MDZm"
}
curl --location --request POST 'https://insight.juzibot.com/openapi/get-access-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"accessKeyId": "a11ad0f8-ef6d-4dc3-aa49-42fbf29bf2ac",
"accessKeySecret": "NzcxZjljMmUtZDM5Ni00OGM5LWJiMjItYmQ0OWZhMDI2MDZm"
}'
{
"code": 0,
"data": {
"accessToken": "string",
"expiresIn": 0
}
}