curl --location --request POST '/api/auth/refresh-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"refresh_token": "string"
}'{
"success": true,
"data": {
"access_token": "string",
"refresh_token": "string",
"expires_in": 0
},
"message": "string",
"statusCode": 0,
"timestamp": "string"
}