curl --request POST \
--url http://localhost:3091/v1/api/auth/refresh \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"refreshToken": "<string>"
}
'{}Issues a new access token using a valid refresh token.
curl --request POST \
--url http://localhost:3091/v1/api/auth/refresh \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"refreshToken": "<string>"
}
'{}