{
"secret": "string",
"email": "string"
}curl --location --request POST 'https://api.upbooks.io/api/v1/auth/token/bearer' \
--header 'Content-Type: application/json' \
--data-raw '{
"secret": "string",
"email": "string"
}'{
"data": {
"token": "string",
"tokenType": "BEARER",
"expireAt": "2019-08-24T14:15:22Z"
},
"message": "string"
}