t from the Chizmis callback, exchange it for the ChizVerse bearer used by protected ChizVerse endpoints.curl --location 'https://api-chizverse.beespokedev.com/core/public/auth/chizmis' \
--header 'Content-Type: application/json' \
--data '{
"token": "<chizmis-callback-token>"
}'{
"success": true,
"response": {
"token": "<chizverse-access-token>",
"refreshToken": "<chizverse-refresh-token>",
"user": {
"id": 1024,
"email": "juan@example.com"
}
}
}