curl --location '/api/v1/auth/refresh' \
--header 'Content-Type: application/json' \
--data '{
"refresh_token": "string"
}'{
"success": true,
"data": {
"access_token": "string",
"refresh_token": "string",
"id_token": "string",
"expires_in": 300,
"token_type": "Bearer"
}
}