curl --request POST \
--url https://sgja-api.vohoangphuc.com/auth/token/refresh \
--header 'Content-Type: application/json' \
--data '
{
"refreshToken": "<string>"
}
'{
"accessToken": "<string>",
"tokenType": "<string>",
"expiresIn": 123
}Get a new access token using a valid refresh token
curl --request POST \
--url https://sgja-api.vohoangphuc.com/auth/token/refresh \
--header 'Content-Type: application/json' \
--data '
{
"refreshToken": "<string>"
}
'{
"accessToken": "<string>",
"tokenType": "<string>",
"expiresIn": 123
}