curl --request POST \
--url https://api.devkit4ai.com/api/v1/auth/refresh \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{
"access_token": "<string>",
"token_type": "<string>",
"refresh_token": "<string>"
}curl --request POST \
--url https://api.devkit4ai.com/api/v1/auth/refresh \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{
"access_token": "<string>",
"token_type": "<string>",
"refresh_token": "<string>"
}