{
"ak": "string",
"sk": "string"
}
curl --location --request POST '/spm/token' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ak": "string",
"sk": "string"
}'
{
"accessToken": "string",
"expiresAt": 0,
"isAdmin": true,
"token": "string",
"tokenType": "string",
"userId": "string"
}